[DllImport("uxtheme", ExactSpelling=true)]
public extern static Int32 GetThemePartSize(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, ThemeSize eSize, out SIZE size);
[DllImport("uxtheme", ExactSpelling=true)]
public extern static Int32 GetThemePartSize(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, int pRect, ThemeSize eSize, out SIZE size);
Declare Function GetThemePartSize Lib "uxtheme.dll" (TODO) As TODO
<DllImport("uxtheme.dll", CallingConvention:=CallingConvention.Cdecl)> _
Function GetThemePartSize (ByVal hTheme As IntPtr, ByVal hdc As IntPtr, ByVal iPartId As Integer, ByVal iStateId As Integer, ByRef prc As Rectangle, ByVal eSize As THEMESIZE, ByRef psz As Size) As Integer
End Function
None.
None.
Please add some!
Please add some!
TODO
